OtherGameSprites

@Serializable
data class OtherGameSprites(val dreamWorld: GameSprites, val home: GameSprites, val officialArtwork: GameSprites, val showdown: GameSprites)(source)

Other sprites for a Pokémon, such as Dream World and official artwork. See: https://pokeapi.co/docs/v2#pokemonsprites

Parameters

dreamWorld

Dream World sprites.

home

Home sprites.

officialArtwork

Official artwork sprites.

showdown

Showdown sprites.

Constructors

Link copied to clipboard
constructor(dreamWorld: GameSprites, home: GameSprites, officialArtwork: GameSprites, showdown: GameSprites)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerialName(value = "official-artwork")
val officialArtwork: GameSprites
Link copied to clipboard